home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / g__~1 / gpinc20.zoo / osfcn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-13  |  214 b   |  16 lines

  1.  
  2. #ifndef OSFCN_H
  3. #define OSFCN_H 1
  4.  
  5. #include <std.h>
  6. #include <time.h>
  7. #include <sys/types.h>
  8. #if _G_HAVE_SYS_SOCKET
  9. #include <sys/socket.h>
  10. #endif
  11. #if _G_HAVE_SYS_RESOURCE
  12. #include <sys/resource.h>
  13. #endif
  14.  
  15. #endif
  16.